Skip to content

Conversation

@ellnix
Copy link
Contributor

@ellnix ellnix commented Apr 2, 2025

Please see the descriptions of each commit for explanations.

ellnix added 4 commits April 2, 2025 13:11
rspec automatically adds `spec/` to the load path, and adding `lib/` to
the load path does not serve a purpose from what I can see.
Also removes legacy ActiveJob test setup.

This should be safe since we do not support Rails versions older than 6
anyway.
There's a theoretical possibility of a race condition:
https://docs.datadoghq.com/security/code_security/static_analysis/static_analysis_rules/ruby-best-practices/atomic-file-operations/

I don't really expect it to happen, but this way is simpler in any case.
Temporary files that can be left behind if the tests don't exit
gracefully.
@ellnix ellnix added skip-changelog The PR will not appear in the release changelogs maintenance Anything related to maintenance (CI, tests, refactoring...) labels Apr 2, 2025
@codecov
Copy link

codecov bot commented Apr 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.43%. Comparing base (a35652c) to head (4f33e1b).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #414   +/-   ##
=======================================
  Coverage   90.43%   90.43%           
=======================================
  Files          14       14           
  Lines         847      847           
=======================================
  Hits          766      766           
  Misses         81       81           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

@meili-bors meili-bors bot merged commit 1bbf35f into meilisearch:main May 15, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Anything related to maintenance (CI, tests, refactoring...) skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants